/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #3862b9;
	color: #fff;
}

::-moz-selection {
	background-color: #3862b9;
	color: #fff;
}

::-webkit-selection {
	background-color: #3862b9;
	color: #fff;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

.main{
    width: 1200px;
    margin: 0 auto;
}
.myclearfix:after{
    content:"";
    display:block;
    clear:both;
}
.left{
    float: left;
}
.right{
    float: right;
}

/* top S */
.top{
    width: 100%;
    height: 95px;
    background-color: #3862b9;
}

.top_main{
    overflow: hidden;
}
.top_txt{
    margin-top: 25px;
    color: #ffffff;
}
.top_txt>h3{
    font-size: 14px;
}
.top_txt>h4{
   font-size: 16px;
   letter-spacing: 13px;
}
.logo{
    width: 318px;
    height: 95px;
    background: #fff;
    margin-left: 140px;
}
.logo h1{
    width: 100%;
    height: 100%;
}
.logo h1 img{
    display: block;
    width: 173px;
    height: 74px;
    margin: 12px auto;
}


.top_right{
    margin-top: 20px;
}

/* xunpan S */
.topxunpan {
    width: 200px;
    height: 100%;
    text-align: center;

}
.container1 {
    width: 200px;
    height: auto;
    margin: 0 auto;
}
.topxunpan .xp {
    position: relative;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.topxunpan .xp i {
    display: inline-block;
    width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 2px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 16px;
    color: #3862b9;
    box-sizing: border-box;
}
.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #3862b9;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}
.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    -o-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    transform: translateX(-50%); 
    border: 8px solid transparent;
    border-bottom-color: #3862b9;
}
.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1); 
    -moz-transform: translateX(-50%) scale(1); 
    -o-transform: translateX(-50%) scale(1); 
    -ms-transform: translateX(-50%) scale(1); 
    transform: translateX(-50%) scale(1); 
    opacity: 1;
}

.top_right p{
    color: #ffffff;
    font-size: 14px;
    padding-left: 24px;
    background: url(../images/top_ico2.png) left center no-repeat;
}

/* nav S */
.nav{
    width: 100%;
    height: 115px;
    background: #fff;
}

/*--------------*/
a {color: #222; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }

.nav_xiala_xx{ width:100%; height:115px; background:#fff;  }

.nav_xiala{ width:1180px; height:115px; margin: 0 auto; }
.nav_xiala > ul{  position:relative; height:115px;  }
.nav_xiala ul li{ float:left; width: 118px; height:115px; line-height: 115px; text-align:center; font-size:15px;  -webkit-transition: all .3s linear; transition: all .3s linear; }
.nav_xiala ul li a{ display:block; color:#333333;font-size: 16px; height:115px; line-height:115px; overflow: hidden; }
.nav_xiala ul li:hover{ background:url(../images/nav_on.png) center bottom no-repeat; color:#333333;  }
.nav_xiala ul li:hover a{ color:#333333; }

.nav_xiala .erji_xiala{  z-index:20; height:0px; visibility: hidden; opacity:0;  -webkit-transition: all .2s linear; transition: all .2s linear;
position:absolute; top:115px; left:0;  width: 100%; background:#3862b9;  }  /*一个分类 *1 一个分类 *2  六个分类100%  left:修改到合适位置; */

.nav_xiala ul li:hover .erji_xiala{ height:auto; visibility: visible; opacity: 1; border-radius:0px 0px 15px 15px;}

.nav_xiala .erji_xiala .daohang_xiala{ float:left; width: 156px; padding: 10px 20px 10px 20px; opacity: 0;  }
.nav_xiala .erji_xiala .daohang_xiala i{ font-size: 15px; border-bottom:1px solid rgba(255,255,255,0.35); display: block; font-weight: bold;}
.nav_xiala .erji_xiala .daohang_xiala span{ border-bottom:1px dashed rgba(255,255,255,0.3); display: block; text-align: left;  }
.nav_xiala .erji_xiala .daohang_xiala a { height: 35px; line-height: 35px; display: block; color:#FFF; font-size:14px; overflow: hidden; text-indent: 10px; }
.nav_xiala .erji_xiala .daohang_xiala i a{  font-size:15px;  text-align: left; background:url(../images/liqsub_ss.png) 0px no-repeat; padding-left: 13px;  overflow: hidden; }
.nav_xiala .erji_xiala .daohang_xiala i a:hover{ background:url(../images/liqsub_ss.png) 10px no-repeat; padding-left: 23px; }
.nav_xiala .erji_xiala a:hover{  color:#FFF; padding-left: 15px; }
.nav_xiala .erji_xiala .daohang_xiala span a{color:rgba(255,255,255,0.85);  background: -webkit-linear-gradient(left, #165293, #165293) no-repeat;
background: linear-gradient(to right, #165293, #165293) no-repeat;
background-size: 0% 100%; }
.nav_xiala .erji_xiala .daohang_xiala span a:hover{color:rgba(255,255,255,0.85); background: -webkit-linear-gradient(left, #165293, #165293) no-repeat;
background: linear-gradient(to right, #165293, #165293) no-repeat;
background-size: 100% 100%;  }

.nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(1){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.2s;}
.nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(2){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.25s;}
.nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(3){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.3s;}
.nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(4){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.35s;}
.nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(5){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.4s;}
.nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(6){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.45s;}

.nav_xiala .erji_xiala1{  position:absolute; top:115px; z-index:20;  width: 118px;  /*和一级栏目一样宽度*/
height:0px; visibility: hidden;  }

.nav_xiala ul li:hover .erji_xiala1{ height:auto; visibility: visible;  }

.nav_xiala .erji_xiala1 .daohang_xiala{  }
.nav_xiala .erji_xiala1 .daohang_xiala i{ font-size: 15px; border-bottom:1px solid rgba(255,255,255,0.35); display: block; background:#3862b9; opacity: 0; }
.nav_xiala .erji_xiala1 .daohang_xiala a{ height: 40px; line-height: 40px;  font-size:14px; display: block; color:#FFF; overflow: hidden;  }
.nav_xiala .erji_xiala1 a:hover{  color:#FFF; padding-left: 15px; }

.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(1){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.2s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(2){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.24s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(3){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.28s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(4){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.32s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(5){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.36s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(6){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.4s;}

.nav_xiala .erji_xiala1 .daohang_xiala a{color:rgba(255,255,255,0.85);  background: -webkit-linear-gradient(left, #165293, #165293) no-repeat;
background: linear-gradient(to right, #165293, #165293) no-repeat;
background-size: 0% 100%; }
.nav_xiala .erji_xiala1 .daohang_xiala a:hover{color:rgba(255,255,255,0.85); background: -webkit-linear-gradient(left, #165293, #165293) no-repeat;
background: linear-gradient(to right, #165293, #165293) no-repeat;
background-size: 100% 100%;  }

.nav_xiala > ul > li.another{background:url(../images/nav_on.png) center bottom no-repeat;  }
.nav_xiala > ul > li.another > a{  color:#333; }

.fixedNav { 
    position: fixed;
    top: 0px;
    left: 0px;
    z-index:99999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08); 
}


@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* foo S */
.footer {
    color: #fff;
    background-color: #333333;
  }
  .footer a {
    color: #fff;
  }
  .footer .footerBox {
    color: #fff;
    padding: 50px 0 30px;
    width: 1200px;
    margin: 0 auto;
    clear: both;
  }
  .footer .footerBox:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .footerBox .footerL {
    float: left;
    width: 128px;
  }
  .footer .footerBox .footerL .footerLogo {
    padding-top: 14px;
    text-align: center;
    height: 62px;
  }
  .footer .footerBox .footerL .footerLogo img {
    width: 219px;
    height: 69px;
  }
  .footer .footerBox .footerL .ewm {
    margin-top: 42px;
    position: relative;
    height: 128px;
  }
  .footer .footerBox .footerL .ewm img {
    width: 128px;
    height: 128px;
  }
  .footer .footerBox .footerL .ewm .text {
    position: absolute;
    width: 400px;
    left: 154px;
    top: 40px;
    line-height: 30px;
    text-align: left;
  }
  .footer .footerBox .footerL .ewm .text .w1 {
    font-size: 12px;
  }
  .footer .footerBox .footerL .ewm .text .w2 {
    font-weight: bold;
  }
  .footer .footerBox .footerL .ewm .text .w3 {
    color: #ccc;
  }
  .footer .footerBox .footerR {
    width: 600px;
    float: right;
    margin-right: 55px;
  }
  .footer .footerBox .fontnNav {
    float: right;
    background: url(../images/footerline.png) left center no-repeat;
  }
  .footer .footerBox .fontnNav dl {
    float: left;
    width: 142px;
    padding: 0 20px 0 40px;
    margin-right: 20px;
    height: 148px;
    background: url(../images/footernavline.png) left center no-repeat;
  }
  .footer .footerBox .fontnNav dl:first-child {
    background: none;
  }
  .footer .footerBox .fontnNav dl dt {
    height: 22px;
    width: 100%;   
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding-left: 36px;
  }
  .footer .footerBox .fontnNav dl dd {
    width: 100%;   
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    color: #ccc;
    padding-left: 36px;
    height: 116px;
    overflow: hidden;
  }
  .footer .footerBox .fontnNav dl dd a {
    display: block;
    width: 100%;   
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 29px;
  }
  .footer .footerBox .fontnNav dl dd a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .footer .footerBox .fontnNav dl.dl1 dt {
    background: url(../images/fnavico1.png) left 0 no-repeat;
  }
  .footer .footerBox .fontnNav dl.dl2 dt {
    background: url(../images/fnavico2.png) left 0 no-repeat;
  }
  .footer .footerBox .fontnNav dl.dl3 dt {
    background: url(../images/fnavico3.png) left 0 no-repeat;
  }
  .footer .footerBox .fontnNav dl.dl4 dt {
    background: url(../images/fnavico4.png) left 0 no-repeat;
  }
  .footer .footerBox .footerText {
    margin-top: 20px;
    position: relative;
  }
  .footer .footerBox .footerText p {
    line-height: 30px;
  }
  .footer .footerBox .footerText .link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .footer .footerBox .footerText .link a {
    display: inline-block;
    margin-left: 15px;
  }
  .footer .footerBox .footerText .link a img {
    width: 33px;
    height: 33px;
  }
  .footer .copyright {
    height: 30px;
    padding: 5px 0;
    background-color: #000;
    text-align: center;
  }
  .footer .copyright .copyrightBox {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 14px;
  }
  .footer .copyright .copyrightBox img {
    vertical-align: middle;
    margin-left: 10px;
  }